home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / c / cujoct93.zip / 1110077A < prev    next >
Text File  |  1993-01-19  |  397b  |  13 lines

  1. /********************* DISPLAYS.H ********************/
  2. #include "randefs.h"
  3.  
  4. void  NewScreen(char *title);
  5. void  ResetTxtCursor(void);
  6. void  Erase(int x, int y, int scanlen, int nlins);
  7. void  DrawData(int *data, int y_offset);
  8. void  DrawAxes(RAND *rnd);
  9. void  DisplayFreq(RAND *rnd, float *frqdst);
  10. void  DisplayStats(RAND *rnd, float *data);
  11. int   RandWalk(RAND *rnd);
  12. void  ScreenLabels(void);
  13.